IIoStatus Interface
Represents the digital inputs and outputs of an axis.
Inheritance hierarchy
System.Object
System.ComponentModel.INotifyPropertyChanged
IntervalZero.KINGSTAR.Base.Class.IIoStatus
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface IIoStatus : INotifyPropertyChanged
Public Interface IIoStatus Inherits INotifyPropertyChanged
The IIoStatus interface exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DigitalInputs | A value of a digital input. |
![]() |
DigitalOutputs | A value of a digital output. |
See also